Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item | Gets or sets the element at the specified index. |
The following tables list the members exposed by MapCollectionBase<T>.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an existing item to the collection. |
![]() | AddNew | Adds a new item to the collection. |
![]() | Clear | Removes all items from the collection. |
![]() | Contains | Determines whether the collection contains a specific item. |
![]() | CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. |
![]() | IndexOf | Gets the index of the element. |
![]() | Insert | Inserts an item ot the collection at the specified index. |
![]() | Remove | Removes an existing item from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |
Name | Description | |
---|---|---|
![]() | InternalAdd | Internal used only. Adds an existing item to the collection. |
![]() | InternalClear | Internal used only. Removes all items from the collection. |
![]() | InternalInsert | Internal used only. Inserts an item ot the collection at the specified index. |
![]() | InternalRemoveAt | Internal used only. Removes the item at the specified index. |
![]() | NotifyChanges | Called when changes need be notified. |